projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24af387
)
* indent.el (indent-line-function): Doc fix.
author
Jim Blandy
<jimb@redhat.com>
Mon, 15 Mar 1993 06:01:50 +0000
(06:01 +0000)
committer
Jim Blandy
<jimb@redhat.com>
Mon, 15 Mar 1993 06:01:50 +0000
(06:01 +0000)
lisp/indent.el
patch
|
blob
|
history
diff --git
a/lisp/indent.el
b/lisp/indent.el
index 732daa4782a589fda9de85537e3433a9a71685c2..73c9561b1adf3f761bd5ee1649bc042b8ea03106 100644
(file)
--- a/
lisp/indent.el
+++ b/
lisp/indent.el
@@
-23,7
+23,7
@@
;;; Code:
(defvar indent-line-function 'indent-to-left-margin "\
-Function to indent current line.")
;Now in loaddefs.el
+Function to indent current line.")
(defun indent-according-to-mode ()
"Indent line in proper way for current major mode."